home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Text / SimpleText Sample / 68KSimpleText.make < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.3 KB  |  87 lines  |  [TEXT/MPS ]

  1. #   File:       68KSimpleText.make
  2. #   Target:     68KSimpleText
  3. #   Sources:    AboutBox.c
  4. #               Clipboard.c
  5. #               GXFile.c
  6. #               MovieFile.c
  7. #               PICTFile.c
  8. #               SimpleText.c
  9. #               TextDrag.c
  10. #               TextFile.a
  11. #               TextFile.c
  12. #               ThreeDMetafile.c
  13. #               SimpleText.r
  14. #   Created:    Thursday, September 26, 1996 09:20:13 AM
  15.  
  16.  
  17. MAKEFILE     =
  18. •MondoBuild• = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
  19. Includes     = ∂
  20.         -i "{MPW}Interfaces&Libraries:Interfaces:CIncludes:" ∂
  21.         -i "{MPW}Interfaces&Libraries:Interfaces:RIncludes:"
  22. Sym•68K      = 
  23. ObjDir•68K   =
  24.  
  25. COptions     = {Includes} {Sym•68K} -model far -w 17
  26.  
  27. Objects•68K  = ∂
  28.         "{ObjDir•68K}AboutBox.c.o" ∂
  29.         "{ObjDir•68K}Clipboard.c.o" ∂
  30.         "{ObjDir•68K}GXFile.c.o" ∂
  31.         "{ObjDir•68K}MovieFile.c.o" ∂
  32.         "{ObjDir•68K}PICTFile.c.o" ∂
  33.         "{ObjDir•68K}SimpleText.c.o" ∂
  34.         "{ObjDir•68K}TextDrag.c.o" ∂
  35.         "{ObjDir•68K}TextFile.a.o" ∂
  36.         "{ObjDir•68K}TextFile.c.o" ∂
  37.         "{ObjDir•68K}ThreeDMetafile.c.o" ∂
  38.         AGFileLib.o
  39.  
  40.  
  41. 68KSimpleText ƒƒ {•MondoBuild•} {Objects•68K}
  42.     Link ∂
  43.         -o {Targ} -d {Sym•68K} ∂
  44.         {Objects•68K} ∂
  45.         -t 'APPL' ∂
  46.         -c 'ttxt' ∂
  47.         -model far ∂
  48.         "{CLibraries}StdCLib.o" ∂
  49.         "{Libraries}MacRuntime.o" ∂
  50.         "{Libraries}Interface.o"
  51.  
  52.  
  53. 68KSimpleText ƒƒ {•MondoBuild•} SimpleText.r
  54.     Rez SimpleText.r -o {Targ} {Includes} -append
  55.  
  56.  
  57. "{ObjDir•68K}AboutBox.c.o" ƒ {•MondoBuild•} AboutBox.c
  58.     {C} AboutBox.c -o {Targ} {COptions}
  59.  
  60. "{ObjDir•68K}Clipboard.c.o" ƒ {•MondoBuild•} Clipboard.c
  61.     {C} Clipboard.c -o {Targ} {COptions}
  62.  
  63. "{ObjDir•68K}GXFile.c.o" ƒ {•MondoBuild•} GXFile.c
  64.     {C} GXFile.c -o {Targ} {COptions}
  65.  
  66. "{ObjDir•68K}MovieFile.c.o" ƒ {•MondoBuild•} MovieFile.c
  67.     {C} MovieFile.c -o {Targ} {COptions}
  68.  
  69. "{ObjDir•68K}PICTFile.c.o" ƒ {•MondoBuild•} PICTFile.c
  70.     {C} PICTFile.c -o {Targ} {COptions}
  71.  
  72. "{ObjDir•68K}SimpleText.c.o" ƒ {•MondoBuild•} SimpleText.c
  73.     {C} SimpleText.c -o {Targ} {COptions}
  74.  
  75. "{ObjDir•68K}TextDrag.c.o" ƒ {•MondoBuild•} TextDrag.c
  76.     {C} TextDrag.c -o {Targ} {COptions}
  77.  
  78. "{ObjDir•68K}TextFile.a.o" ƒ {•MondoBuild•} TextFile.a
  79.     {Asm} TextFile.a -o {Targ} {AOptions}
  80.  
  81. "{ObjDir•68K}TextFile.c.o" ƒ {•MondoBuild•} TextFile.c
  82.     {C} TextFile.c -o {Targ} {COptions}
  83.  
  84. "{ObjDir•68K}ThreeDMetafile.c.o" ƒ {•MondoBuild•} ThreeDMetafile.c
  85.     {C} ThreeDMetafile.c -o {Targ} {COptions}
  86.  
  87.